home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / IEditor / Include / loader_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-17  |  441 b   |  16 lines

  1. #ifndef PRAGMAS_LOADER_PRAGMAS_H
  2. #define PRAGMAS_LOADER_PRAGMAS_H
  3.  
  4. #include "DEV_IE:Include/loaderlib-protos.h"
  5.  
  6. /*  File machine generated by FD2Pragmas ©1996 Simone Tellini  */
  7.  
  8. extern struct Library *LoaderBase;
  9.  
  10. #pragma libcall LoaderBase LoadGUI 1E 9802
  11. #pragma libcall LoaderBase LoadWindows 24 9802
  12. #pragma libcall LoaderBase LoadGadgets 2A 9802
  13. #pragma libcall LoaderBase LoadScreen 30 9802
  14.  
  15. #endif  /*  PRAGMAS_LOADER_PRAGMAS_H  */
  16.